const crypto/tls.recordTypeAlert
6 uses
crypto/tls (current package)
common.go#L77: recordTypeAlert recordType = 21
conn.go#L671: if (typ != recordTypeAlert && typ != recordTypeHandshake) || vers >= 0x1000 {
conn.go#L702: if typ != recordTypeAlert && typ != recordTypeChangeCipherSpec && len(data) > 0 {
conn.go#L716: case recordTypeAlert:
conn.go#L849: _, writeErr := c.writeRecordLocked(recordTypeAlert, c.tmp[0:2])
conn.go#L1405: recordType(c.rawInput.Bytes()[0]) == recordTypeAlert {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |